home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Present…ry 5: (Reseller Edition)
/
Apple Reference & Presentations Library 5.0 (Reseller Edition).iso
/
6-Developer Demos
/
Developer Demos-Gen.
/
Aldus PageMaker 4.0 Demo
/
Global Cast
/
Global Cast.rsrc
/
TEXT_1412.txt
< prev
next >
Wrap
Text File
|
1990-06-04
|
430b
|
16 lines
ß#macro to go to menu while paused
if commanddown then skip 3
call G11
exit
#go to menu:
if thechar='m' then call D87
if thechar='M' then call D87
# COMMAND-Q WORKS ONLY IN TOUR ENGINE !!!
if thechar='q' then call D88
if thechar='Q' then call D88
#advance 10 frames
if thechar='a' then govar frame+10
if thechar='A' then govar frame+10
#back up 10 frames
if thechar='b' then govar frame-10
if thechar='B' then govar frame-10Àá